Skip to content

Bump hypothesis from 6.152.6 to 6.152.7#8127

Merged
jenshnielsen merged 1 commit into
mainfrom
dependabot/pip/hypothesis-6.152.7
May 13, 2026
Merged

Bump hypothesis from 6.152.6 to 6.152.7#8127
jenshnielsen merged 1 commit into
mainfrom
dependabot/pip/hypothesis-6.152.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps hypothesis from 6.152.6 to 6.152.7.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.152.7

This patch improves our type hints for ".filter()" to work with "typing.TypeGuard". For example:

from typing import TypeGuard

from hypothesis import strategies as st

def is_str(x: object) -> TypeGuard[str]: return isinstance(x, str)

s = st.from_type(object).filter(is_str)

previously: SearchStrategy[object]

now: SearchStrategy[str]

reveal_type(s)

The canonical version of these notes (with links) is on readthedocs.

Commits
  • adc8d2d Bump hypothesis-python version to 6.152.7 and update changelog
  • d66ce67 Merge pull request #4672 from CharString/annotate-filter
  • df88957 Merge pull request #4727 from hettlage/patch-1
  • 415443c Merge branch 'master' into patch-1
  • bfd0ebf Revert RELEASE.rst to original version
  • 492f818 attempt to de-flake test
  • 55ab356 fix release notes
  • 7fd8e50 simplify type hints
  • c8b952e Merge remote-tracking branch 'upstream/master' into annotate-filter-4672
  • b2e8d89 add tests and release notes
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.6 to 6.152.7.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.6...hypothesis-python-6.152.7)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.152.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 13, 2026 04:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.02%. Comparing base (f3aa42f) to head (5296200).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8127   +/-   ##
=======================================
  Coverage   71.02%   71.02%           
=======================================
  Files         301      301           
  Lines       31896    31896           
=======================================
  Hits        22655    22655           
  Misses       9241     9241           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jenshnielsen jenshnielsen enabled auto-merge May 13, 2026 05:04
@jenshnielsen jenshnielsen added this pull request to the merge queue May 13, 2026
Merged via the queue into main with commit f77c1e0 May 13, 2026
17 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/hypothesis-6.152.7 branch May 13, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant